runtime.hiter.B (field)

6 uses

	runtime (current package)
		map.go#L178: 	B           uint8
		map.go#L833: 	it.B = h.B
		map.go#L890: 		if h.growing() && it.B == h.B {
		map.go#L908: 		if bucket == bucketShift(it.B) {
		map.go#L938: 				if hash&bucketMask(it.B) != checkBucket {
		map.go#L949: 				if checkBucket>>(it.B-1) != uintptr(b.tophash[offi]&1) {